home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qmsmccx.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  16.7 KB  |  514 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS magicolor CX Level 2" version 2011.23
  4. *% Produced by QMS, Inc.
  5. *% Date:     10/13/95
  6. *% Modified:      10/13/95 for Win95
  7.  
  8. *FormatVersion: "4.2"
  9. *FileVersion: "1.0"
  10. *PSVersion: "(2011.23) 2"
  11. *PCFileName: "QMSMCCX.PPD"
  12. *Product: "(QMS magicolor CX)"
  13. *ModelName: "QMS magicolor CX"
  14. *NickName: "QMS magicolor CX"
  15.  
  16. *% ADORequiresEExec added by Microsoft
  17. *ADORequiresEExec: True
  18.  
  19. *% General Information and Defaults ===============
  20. *LanguageVersion: English
  21. *LanguageLevel: "2"
  22. *AcceptsTrueType: True
  23.  
  24. *% QMS Defaults ==========
  25. *EndOfDocument: True
  26. *PrintPSErrors: True
  27. *SuggestedJobTimeOut: 0
  28. *SuggestedWaitTimeOut: 30
  29. *Protocols: PJL BCP
  30.  
  31. *ColorDevice: True
  32. *DefaultColorSpace: CMYK
  33. *VariablePaperSize: False
  34.  
  35. *JCLBegin:"%!<0A>"
  36. *JCLToPSInterpreter:"%%IncludeFeature: emulation (postscript)<0A>"
  37. *JCLEnd:"%!<0A>"
  38.  
  39. *JCLOpenUI *JCLColormodel/Color Model: PickOne
  40. *OrderDependency: 10 JCLSetup *JCLColormodel
  41. *DefaultJCLColormodel: 1
  42. *JCLColormodel 1/Print full-color pages:"%%IncludeFeature: colormodel (cmyk)<0A>"
  43. *JCLColormodel 2/Print grayscale pages:"%%IncludeFeature: colormodel (graymodel)<0A>"
  44. *JCLCloseUI: *JCLColormodel
  45.  
  46. *JCLOpenUI *JCLHeaderpage/Job Separator Page: PickOne
  47. *OrderDependency: 20 JCLSetup *JCLHeaderpage
  48. *DefaultJCLHeaderpage: 1
  49. *JCLHeaderpage 1/Don't print a job separator page:"%%IncludeFeature: header (off)<0A>"
  50. *JCLHeaderpage 2/Print a job separator page:"%%IncludeFeature: header (on)<0A>"
  51. *JCLCloseUI: *JCLHeaderpage
  52.  
  53. *FileSystem: True
  54. *?FileSystem: "
  55. save
  56.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  57. restore
  58. "
  59. *End
  60. *Throughput: "2"
  61. *Password: "0"
  62. *ExitServer: "
  63.  count 0 eq
  64.  { false } { true exch startjob } ifelse
  65.  not { 
  66.      (WARNING : Cannot perform the exitserver command.) = 
  67.      (Password supplied is not valid.) = 
  68.      (Please contact the author of this software.) = flush quit
  69.      } if
  70. "
  71. *End
  72.  
  73. *Reset: "
  74.  count 0 eq
  75.  { false } { true exch startjob } ifelse
  76.  not {
  77.     (WARNING: Cannot reset printer.) =
  78.     (Missing or invalid password.) =
  79.     (Please contact the author of this software.) = flush quit
  80.     } if
  81.  systemdict /quit get exec
  82.  (WARNING : Printer Reset Failed.) = flush
  83. "
  84. *End
  85.  
  86. *% ==== Constraints =============================
  87. *UIConstraints: *LowerTray False *InputSlot Lower
  88. *UIConstraints: *LowerTray False *TraySwitch True
  89. *UIConstraints: *Installedmemory 12MB *Resolution 600dpi
  90.  
  91. *FreeVM: "12288000"
  92. *VMOption 12MB: "12288000"
  93. *VMOption 24MB: "24576000"
  94. *VMOption 28MB: "28672000"
  95.  
  96. *OpenGroup: InstallableOptions
  97. *OpenUI *LowerTray/Optional Lower Tray: Boolean
  98. *DefaultLowerTray: False
  99. *LowerTray True/Installed: ""
  100. *LowerTray False/Not Installed: ""
  101. *?LowerTray: "
  102.   save
  103.     currentpagedevice /InputAttributes get
  104.       1 get
  105.       null ne {(True)}}{(False)}ifelse = flush
  106.   restore
  107. "
  108. *CloseUI: *LowerTray
  109.  
  110. *OpenUI *Installedmemory: PickOne
  111. *DefaultInstalledmemory: 12MB
  112. *Installedmemory 12MB: ""
  113. *Installedmemory 24MB: ""
  114. *Installedmemory 28MB: ""
  115. *CloseUI: *Installedmemory
  116. *CloseGroup: InstallableOptions
  117.  
  118. *OpenUI *Resolution/Choose Resolution: PickOne
  119. *OrderDependency: 10 AnySetup *Resolution
  120. *DefaultResolution: 600dpi
  121. *Resolution 300dpi: "<< /HWResolution [300 300] >> setpagedevice"
  122. *Resolution 600dpi: "<< /HWResolution [600 600] >> setpagedevice"
  123. *?Resolution: "
  124.   save
  125.     currentpagedevice /HWResolution get
  126.     0 get
  127.     (          ) cvs print
  128.     (dpi)
  129.     = flush
  130.   restore
  131. "
  132. *End
  133. *CloseUI: *Resolution
  134.  
  135. *OpenUI *ColorRenderDict/Color Rendering Dictionary: PickOne
  136. *OrderDependency: 50 AnySetup *ColorRenderDict
  137. *DefaultColorRenderDict: 4
  138. *ColorRenderDict 1/Colorimetric: "<< /CRDFamily /Colorimetric >> //statusdict /QMSsetscreencrd get exec"    
  139. *ColorRenderDict 2/Business: "<< /CRDFamily /Business >> //statusdict /QMSsetscreencrd get exec"    
  140. *ColorRenderDict 3/Photographic: "<< /CRDFamily /Photographic >> //statusdict /QMSsetscreencrd get exec"     
  141. *ColorRenderDict 4/Use printer's current setting: ""
  142. *CloseUI: *ColorRenderDict
  143.  
  144. *OpenUI *HalftoneType/Halftone: PickOne
  145. *OrderDependency: 50 AnySetup *HalftoneType
  146. *DefaultHalftoneType: 3
  147. *HalftoneType 1/ColorSmooth: "<< /ScreenFamily /Scatter >> //statusdict /QMSsetscreencrd get exec"
  148. *HalftoneType 2/Enhanced: "<< /ScreenFamily /Cluster >> //statusdict /QMSsetscreencrd get exec"
  149. *HalftoneType 3/Use printer's current setting: ""
  150. *CloseUI: *HalftoneType
  151.  
  152.  
  153. *Dithering: False
  154.  
  155. *OpenUI *Separations: Boolean
  156. *OrderDependency: 40 AnySetup *Separations
  157. *Separations True: "%%IncludeFeature: colorseparation(on)<0A>"
  158. *Separations False: "%%IncludeFeature: colorseparation(off)<0A>"
  159. *DefaultSeparations: False
  160. *?Separations: "
  161.    save currentpagedevice /Separations get
  162.   {(True)}{(False)}ifelse = flush restore" 
  163. *End
  164. *CloseUI: *Separations
  165.     
  166.  
  167. *% Halftone Information ===============
  168. *ResScreenFreq 300dpi: "53.0"
  169. *ResScreenAngle 300dpi: "45.0"
  170. *ResScreenFreq 600dpi: "71.0"
  171. *ResScreenAngle 600dpi:    "45.0"
  172. *ScreenFreq: "106.0"
  173. *ScreenAngle: "45.0"
  174. *DefaultScreenProc: Dot
  175. *ScreenProc Dot: "{180 mul cos exch 180 mul cos add 2 div}"
  176. *ScreenProc Line: "{ pop }"
  177. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  178. *DefaultTransfer: Null
  179. *Transfer Null: "{ }"
  180. *Transfer Null.Inverse: "{ 1 exch sub }"
  181.  
  182. *% Paper Handling ===================
  183.  
  184. *% Use these entries to set paper size most of the time, unless there is
  185. *% specific reason to use PageRegion or PaperTray.
  186.  
  187. *OpenUI *PageSize: PickOne
  188. *OrderDependency: 30 AnySetup *PageSize
  189. *DefaultPageSize: Letter
  190. *PageSize Letter: "<< /PageSize [612 792] >> setpagedevice"
  191. *End
  192. *PageSize Legal: "<< /PageSize [612 1008] >> setpagedevice"
  193. *End
  194. *PageSize A4: "<< /PageSize [595 842] >> setpagedevice"
  195. *End
  196. *PageSize Executive: "<< /PageSize [522 757] >> setpagedevice"
  197. *End
  198. *PageSize Envelope.297.684/Com10: "<< /PageSize [297 684] >> setpagedevice"
  199. *End
  200. *PageSize Envelope.312.624/DL: "<< /PageSize [312 624] >> setpagedevice"
  201. *End
  202. *?PageSize: "
  203.  save
  204.    currentpagedevice /PageSize get aload pop
  205.    2 copy gt {exch} if 
  206.    (Unknown) 
  207.    6 dict
  208.    dup [612 792] (Letter) put
  209.    dup [612 1008] (Legal) put
  210.    dup [595 842] (A4) put
  211.    dup [522 757] (Executive) put
  212.    dup [297 684] (Com10) put
  213.    dup [312 624] (DL) put
  214.  { exch aload  pop 4 index sub abs 5 le exch 
  215.    5 index sub abs 5 le and 
  216.       {exch pop exit} {pop} ifelse
  217.    } bind forall
  218.    = flush pop pop
  219. restore 
  220. "
  221. *End
  222. *CloseUI: *PageSize
  223.  
  224.  
  225. *% These entries will set up the frame buffer. Usually used with manual feed.
  226. *OpenUI *PageRegion: PickOne
  227. *OrderDependency: 30 AnySetup *PageRegion
  228. *DefaultPageRegion: Letter
  229. *PageRegion Letter: "<< /PageSize [612 792] >> setpagedevice"
  230. *End
  231. *PageRegion Legal: "<< /PageSize [612 1008] >> setpagedevice"
  232. *End
  233. *PageRegion A4: "<< /PageSize [595 842] >> setpagedevice"
  234. *End
  235. *PageRegion Executive: "<< /PageSize [522 757] >> setpagedevice"
  236. *End
  237. *PageRegion Envelope.297.684/Com10: "<< /PageSize [297 684] >> setpagedevice"
  238. *End              
  239. *PageRegion Envelope.312.624/DL: "<< /PageSize [312 624] >> setpagedevice"
  240. *End
  241. *CloseUI: *PageRegion
  242.  
  243. *% The following entries provide information about specific paper keywords.
  244. *DefaultImageableArea: Letter
  245. *ImageableArea Letter: "15 15 598 777"
  246. *ImageableArea Legal: "15 15 598 993"
  247. *ImageableArea A4: "15 15 580 827"
  248. *ImageableArea Executive: "15 15 507 741"
  249. *ImageableArea Envelope.297.684/Com10: "12 12 286 672 "
  250. *ImageableArea Envelope.312.624/DL: "12 12 300 612 "
  251. *?ImageableArea: "
  252.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  253.   newpath clippath pathbbox
  254.   4 -2 roll exch 2 {ceiling cvp} repeat
  255.   exch 2 {floor cvp} repeat flush
  256.  restore
  257. "
  258. *End
  259.  
  260. *% These provide the physical dimensions of the paper (by keyword)
  261. *DefaultPaperDimension: Letter
  262. *PaperDimension Letter: "612 792"
  263. *PaperDimension Legal: "612 1008"
  264. *PaperDimension A4: "595 842"
  265. *PaperDimension Executive: "522 757"
  266. *PaperDimension Envelope.297.684/Com10: "297 684"
  267. *PaperDimension Envelope.312.624/DL: "312 624"
  268.  
  269. *OpenUI *ManualFeed: Boolean
  270. *OrderDependency: 20 AnySetup *ManualFeed
  271. *DefaultManualFeed: False
  272. *ManualFeed True: "<< /ManualFeed true >> setpagedevice"
  273. *ManualFeed False: "<< /ManualFeed false >> setpagedevice"
  274. *?ManualFeed: "
  275.   save
  276.     currentpagedevice /ManualFeed get
  277.     {(True)}{(False)}ifelse = flush
  278.   restore"
  279. *End
  280. *CloseUI: *ManualFeed
  281.  
  282. *OpenUI *InputSlot: PickOne
  283. *OrderDependency: 20 AnySetup *InputSlot
  284. *DefaultInputSlot: Upper
  285. *InputSlot Upper: "
  286.    currentpagedevice /InputAttributes get 1 get 
  287.    dup null eq 
  288.    { pop } 
  289.    { dup length 1 add dict copy 
  290.      dup /InputAttributes
  291.      1 dict dup /Priority [1] put
  292.      put setpagedevice 
  293.    } ifelse"
  294. *End
  295. *InputSlot Lower: "
  296.    currentpagedevice /InputAttributes get 2 get 
  297.    dup null eq 
  298.    { pop } 
  299.    { dup length 1 add dict copy 
  300.      dup /InputAttributes
  301.      1 dict dup /Priority [2] put
  302.      put setpagedevice 
  303.    } ifelse"
  304. *End
  305. *?InputSlot: "
  306. save
  307.   3 dict
  308.   dup /1 (Upper) put
  309.   dup /2 (Lower) put
  310.   currentpagedevice /InputAttributes get
  311.   dup /Priority known
  312.   { /Priority get 0 get (      ) cvs cvn get }
  313.   {
  314.     dup length 1 eq
  315.     { {pop} forall (       ) cvs cvn get }
  316.     { pop pop (Unknown) } ifelse
  317.   } ifelse
  318.   = flush
  319. restore
  320.  
  321.    [(Unknown) (Upper) (Lower)]
  322.    currentpagedevice /InputAttributes get
  323.    /Priority get aload pop dup 2 gt {pop 3} if
  324.    get = flush restore"
  325. *End
  326. *CloseUI: *InputSlot
  327.  
  328. *OpenUI *MediaType/Media Type:  PickOne
  329. *OrderDependency: 40 AnySetup *MediaType
  330. *DefaultMediaType: PlainPaper
  331. *MediaType PlainPaper/Plain Paper: "<< /MediaType (Plain Paper) >> setpagedevice"
  332. *MediaType Transparency: "<< /MediaType (Transparency) >> setpagedevice"
  333. *?MediaType: "
  334.   save
  335.     currentpagedevice /MediaType
  336.      {get} stopped
  337.        {pop pop (Plain)} {dup null eq {pop (Plain)} if} ifelse
  338.     = flush
  339.   restore"
  340. *End
  341. *CloseUI: *MediaType
  342.  
  343. *DefaultOutputBin: Upper
  344. *DefaultOutputOrder: Normal
  345. *DefaultSorter: None
  346. *DefaultDuplex: None
  347.  
  348. *OpenUI *TraySwitch/Auto Tray Switching: Boolean
  349. *OrderDependency: 50 AnySetup *TraySwitch
  350. *DefaultTraySwitch: False
  351. *TraySwitch True: "<< /TraySwitch true >> setpagedevice"
  352. *TraySwitch False: "<< /TraySwitch false >> setpagedevice"
  353. *?TraySwitch: "
  354. save
  355.   currentpagedevice /TraySwitch get
  356.   {(True)}{(False)}ifelse = flush
  357. restore
  358. "
  359. *End
  360. *CloseUI: *TraySwitch
  361.  
  362. *% Font Information =====================
  363.  
  364. *DefaultFont: Courier
  365. *Font AvantGarde-Book: Standard "(001.006)"
  366. *Font AvantGarde-BookOblique: Standard "(001.006)"
  367. *Font AvantGarde-Demi: Standard "(001.007)"
  368. *Font AvantGarde-DemiOblique: Standard "(001.007)"
  369. *Font Bookman-Demi: Standard "(001.003)"
  370. *Font Bookman-DemiItalic: Standard "(001.003)"
  371. *Font Bookman-Light: Standard "(001.003)"
  372. *Font Bookman-LightItalic: Standard "(001.003)"
  373. *Font Courier: Standard "(002.004)"
  374. *Font Courier-Bold: Standard "(002.004)"
  375. *Font Courier-BoldOblique: Standard "(002.004)"
  376. *Font Courier-Oblique: Standard "(002.004)"
  377. *Font Helvetica: Standard "(001.006)"
  378. *Font Helvetica-Bold: Standard "(001.007)"
  379. *Font Helvetica-BoldOblique: Standard "(001.007)"
  380. *Font Helvetica-Oblique: Standard "(001.006)"
  381. *Font Helvetica-Narrow: Standard "(001.006)"
  382. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  383. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  384. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  385. *Font Helvetica-Condensed: Standard "(001.001)"
  386. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  387. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  388. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  389. *Font NewCenturySchlbk-Bold: Standard "(001.009)"
  390. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)"
  391. *Font NewCenturySchlbk-Italic: Standard "(001.006)"
  392. *Font NewCenturySchlbk-Roman: Standard "(001.007)"
  393. *Font Palatino-Bold: Standard "(001.005)"
  394. *Font Palatino-BoldItalic: Standard "(001.005)"
  395. *Font Palatino-Italic: Standard "(001.005)"
  396. *Font Palatino-Roman: Standard "(001.005)"
  397. *Font Symbol: Special "(001.007)"
  398. *Font Times-Bold: Standard "(001.007)"
  399. *Font Times-BoldItalic: Standard "(001.009)"
  400. *Font Times-Italic: Standard "(001.007)"
  401. *Font Times-Roman: Standard "(001.007)"
  402. *Font ZapfChancery-MediumItalic: Standard "(001.007)"
  403. *Font ZapfDingbats: Special "(001.004)"
  404. *?FontQuery: "
  405.  save
  406.    { count 1 gt
  407.       { exch dup 127 string cvs (/) print print (:) print
  408.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  409.       } { exit } ifelse 
  410.    } bind loop
  411.    (*) = flush
  412.  restore
  413. "
  414. *End
  415. *?FontList: "
  416. save
  417.   (*) {cvn ==} 128 string /Font resourceforall
  418.   (*) = flush
  419. restore
  420. "
  421. *End
  422.  
  423. *% Printer Messages (verbatim from printer):
  424. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  425. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  426. *Message: "\FontName\ not found, using Courier"
  427.  
  428. *% Status (format: %%[ status: <one of these> ]%% )
  429. *Status: "idle"
  430. *Status: "busy"
  431. *Status: "waiting"
  432. *Status: "printing"
  433. *Status: "warming up"
  434.  
  435. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  436. *Source: "Serial"
  437. *Source: "SerialB"
  438. *Source: "LocalTalk"
  439. *Source: "Parallel"
  440.  
  441. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  442.  
  443. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  444.  
  445. *% Color Separation Information =====================
  446.  
  447. *DefaultColorSep: ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi
  448.  
  449. *InkName: ProcessBlack/Process Black
  450. *InkName: CustomColor/Custom Color
  451. *InkName: ProcessCyan/Process Cyan
  452. *InkName: ProcessMagenta/Process Magenta
  453. *InkName: ProcessYellow/Process Yellow
  454.  
  455. *%  For 53 lpi / 300 dpi  ===============================
  456.  
  457. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  458. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  459. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  460. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  461. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  462.  
  463. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  464. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  465. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  466. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  467. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "53.0"
  468.  
  469. *%  For 80 lpi / 300 dpi  ===============================
  470.  
  471. *ColorSepScreenAngle ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  472. *ColorSepScreenAngle CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  473. *ColorSepScreenAngle ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  474. *ColorSepScreenAngle ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  475. *ColorSepScreenAngle ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "45.0"
  476.  
  477. *ColorSepScreenFreq ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  478. *ColorSepScreenFreq CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  479. *ColorSepScreenFreq ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  480. *ColorSepScreenFreq ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  481. *ColorSepScreenFreq ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  482.  
  483. *%  For 71 lpi / 600 dpi  ===============================
  484.  
  485. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  486. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  487. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  488. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  489. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  490.  
  491. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  492. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  493. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  494. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  495. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "71.0"
  496.  
  497. *%  For 106 lpi / 600 dpi  ===============================
  498.  
  499. *ColorSepScreenAngle ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  500. *ColorSepScreenAngle CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  501. *ColorSepScreenAngle ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  502. *ColorSepScreenAngle ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  503. *ColorSepScreenAngle ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  504.  
  505. *ColorSepScreenFreq ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  506. *ColorSepScreenFreq CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  507. *ColorSepScreenFreq ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  508. *ColorSepScreenFreq ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  509. *ColorSepScreenFreq ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "106.0"
  510.  
  511.  
  512. *% end of PPD file
  513.  
  514.